Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redfishpower: remove excessive debug output #208

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Sep 17, 2024

Problem: In test mode, debug for the resolve-hosts option is always output. This can get annoying.

Only output debug indicating that resolve-hosts is set. Don't output if it is not set.

Fixes #207

@chu11
Copy link
Member Author

chu11 commented Sep 17, 2024

oops, had to adjust a test expected output. should hopefully pass CI now.

Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Problem: In test mode, debug for the resolve-hosts option is always
output.  This can get annoying.

Only output debug indicating that resolve-hosts is set.  Don't output
if it is not set.

Adjust test for new expected output.

Fixes chaos#207
@mergify mergify bot merged commit 4ac7370 into chaos:master Sep 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redfishpower: command line option: resolve-hosts = not set
2 participants